(x_connection_closed): Pass new arg.
authorRichard M. Stallman <rms@gnu.org>
Sat, 29 May 1993 20:54:27 +0000 (20:54 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sat, 29 May 1993 20:54:27 +0000 (20:54 +0000)
src/xterm.c

index 54075bc236bfdce5d7acf16d5b4bff44eb838215..9afdd7008f613aa6f94278227c1478c2b255b9f9 100644 (file)
@@ -3759,7 +3759,7 @@ x_connection_closed ()
   if (_Xdebug)
     abort ();
 
-  shut_down_emacs (0);
+  shut_down_emacs (0, 1);
 
   exit (70);
 }